inherited VerSessionFrame: TVerSessionFrame HelpType = htKeyword Caption = 'Importance' object SigsLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Mark items that are important to the comparison:' end object SigsLB: TUiCheckListBox Left = 8 Top = 24 Width = 409 Height = 297 OnClickCheck = SomethingChangedClick ItemHeight = 13 TabOrder = 0 end object SigAllBtn: TUiButton Left = 8 Top = 328 Caption = 'Mark All' TabOrder = 1 OnClick = SigAllClick AutoSize = asLeft end object SigNoneBtn: TUiButton Left = 88 Top = 328 Caption = 'Unmark All' TabOrder = 2 OnClick = SigNoneClick AutoSize = asLeft end end